You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install ./sqlite_vec-0.1.6-py3-none-macosx_11_0_arm64.whl --force-reinstall
Processing ./sqlite_vec-0.1.6-py3-none-macosx_11_0_arm64.whl
Installing collected packages: sqlite-vec
Attempting uninstall: sqlite-vec
Found existing installation: sqlite-vec 0.1.6
Uninstalling sqlite-vec-0.1.6:
Successfully uninstalled sqlite-vec-0.1.6
Successfully installed sqlite-vec-0.1.6
sqlite3
SQLite version 3.41.2 2023-03-22 11:56:21
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .load ./vec0
Error: dlopen(./vec0.dylib, 0x000A): tried: './vec0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS./vec0.dylib' (no such file), '/Users/nitin/anaconda3/envs/elf/bin/../lib/./vec0.dylib' (no such file), '/Users/nitin/anaconda3/envs/elf/bin/../lib/./vec0.dylib' (no such file), '/usr/lib/./vec0.dyli
sqlite>
MacOS Ventura 13.6.4
M2 Max MacBook Pro
The text was updated successfully, but these errors were encountered:
However pip install sqlite_vec seems to work and I am able to access sqlite_vec from python as in your web instructions.
I am in a condo env called "elf"
elf) ➜ Projects pip install sqlite-vec
Requirement already satisfied: sqlite-vec in /Users/nitin/anaconda3/envs/elf/lib/python3.11/site-packages (0.1.6)
(elf) ➜ Projects
So I set the env var DYLD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=/Users/nitin/anaconda3/envs/elf/lib/python3.11/site-packages/sqlite_vec
Note: I had to add sqlite_vec at the end to make it work
So please consider this closed.
Also for those having similar issues with sqlite-vss, adding the respective path to DYLD_LIBRARY_PATH will fix the similar errors for sqlite-vss also
pip install ./sqlite_vec-0.1.6-py3-none-macosx_11_0_arm64.whl --force-reinstall
Processing ./sqlite_vec-0.1.6-py3-none-macosx_11_0_arm64.whl
Installing collected packages: sqlite-vec
Attempting uninstall: sqlite-vec
Found existing installation: sqlite-vec 0.1.6
Uninstalling sqlite-vec-0.1.6:
Successfully uninstalled sqlite-vec-0.1.6
Successfully installed sqlite-vec-0.1.6
sqlite3
SQLite version 3.41.2 2023-03-22 11:56:21
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
sqlite> .load ./vec0
Error: dlopen(./vec0.dylib, 0x000A): tried: './vec0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS./vec0.dylib' (no such file), '/Users/nitin/anaconda3/envs/elf/bin/../lib/./vec0.dylib' (no such file), '/Users/nitin/anaconda3/envs/elf/bin/../lib/./vec0.dylib' (no such file), '/usr/lib/./vec0.dyli
sqlite>
MacOS Ventura 13.6.4
M2 Max MacBook Pro
The text was updated successfully, but these errors were encountered: